Fix GTK font name parsing to allow numbers in names (Bug#7853).
authorChong Yidong <cyd@stupidchicken.com>
Thu, 27 Jan 2011 00:45:30 +0000 (19:45 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 27 Jan 2011 00:45:30 +0000 (19:45 -0500)
commit918729edc787e5566f1e2aa1e41346084ec2b164
treed9e25cdf296b1e7d48fdbd369bfab8c73a6d4b0f
parentf9e7c41d1d18300fac79b2bfaa47d7db0687ad04
Fix GTK font name parsing to allow numbers in names (Bug#7853).

A better fix is already in the trunk.

* src/font.c (font_parse_fcname): Require GTK-style font sizes to
occur at the end of the font string (Bug#7853).
src/ChangeLog
src/font.c